* 2.1.:: 2.1. What is the best way to compile XEmacs with the netaudio system, since I have got the netaudio system compiled but installed at a weird place, I am not root. Also in the READMEs it does not say anything about compiling with the audioserver?
2.1. What is the best way to compile XEmacs with the netaudio system, since I have got the netaudio system compiled but installed at a weird place, I am not root. Also in the READMEs it does not say anything about compiling with the audioserver?
There have been several reports of the X server locking up under
Linux. In all reported cases removing speedo and scaled fonts from the
font path corrected the problem. This can be done with the command
'xset'.
It is possible that using a font server may also solve the problem.
File: xemacs-faq.info, Node: 4. Customization - Emacs Lisp and the .emacs file, Next: 5. Customization - X resources, Prev: 3. Problems running XEmacs / weird messages, Up: Top
4. Customization - Emacs Lisp and the .emacs file
*************************************************
* Menu:
* 4.1.:: 4.1. How can `.emacs' determine which of the family of emacsen I am using?
* 4.2.:: 4.2. How can I detect a color display?
* 4.3.:: 4.3. How can I evaluate emacs-lisp expressions without switching to the *scratch* buffer?
* 4.4.:: 4.4. If you put (setq tab-width 6) in your `.emacs' file it does not work! Is there a reason for this. If you do it at the EVAL prompt it works fine!! How strange.
* 4.5.:: 4.5. How can I add directories to the load-path?
* 4.6.:: 4.6. How to check if a lisp function is defined or not?
* 4.7.:: 4.7. Can I force the output of (list-faces) to a buffer other than the minibuffer since it is too wide to fit?
File: xemacs-faq.info, Node: 4.1., Next: 4.2., Up: 4. Customization - Emacs Lisp and the .emacs file
4.1. How can `.emacs' determine which of the family of Emacsen I am using?
This sets it so that hitting `ESC ESC' lets you type a single
expression to be evaluated. This line can also be put into your
`.emacs'.
File: xemacs-faq.info, Node: 4.4., Next: 4.5., Prev: 4.3., Up: 4. Customization - Emacs Lisp and the .emacs file
4.4. If you put (setq tab-width 6) in your `.emacs' file it does not work! Is there a reason for this. If you do it at the EVAL prompt it works fine!! How strange.
File: xemacs-faq.info, Node: 10. The mouse; cutting and pasting, Next: 11. Highlighting, Prev: 9. The cursor, Up: Top
10. The mouse; cutting and pasting
**********************************
* Menu:
* 10.1.:: 10.1. I keep hitting the middle mouse button by accident and getting stuff pasted into my buffer so how can I turn this off?
* 10.2.:: 10.2. How do I set control/meta/etc modifiers on mouse buttons?
* 10.3.:: 10.3. I do "^x ^b" to get a list of buffers and the entries get highlighted when I move the mouse over them but clicking the left mouse does not do anything.
* 10.4.:: 10.4. How can I get a list of buffers to popup when I hit button 3 on the mouse?
* 10.5.:: 10.5. Why does cut-and-paste not work between XEmacs and a cmdtool?
* 10.6.:: 10.6. How I can set XEmacs up so that it pastes where the cursor is _not_ where the pointer lies?
* 10.7.:: 10.7. How do I select a rectangular region?